home *** CD-ROM | disk | FTP | other *** search
- {TITLE} WinWizard Pro - Conditional Date/Time Test
- {DISPLAY} Today is {DATE} at {TIME}
- {DISPLAYADD}
- {IF} {TIME} > 12:00:00 {THEN} TestTimeGreater
- {IF} {TIME} < 12:00:00 {THEN} TestTimeLess
- {FLOAT} Off
- {END}
- {SUB} TestTimeLess
- {DISPLAYADD} The Current Time is Earlier than 12:00 noon...
- {RETURN}
- {SUB} TestTimeGreater
- {DISPLAYADD} The Current Time is Later than 12:00 noon...
- {RETURN}
- {END}
-